home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 38 / Amiga Format CD38 (1999-03-15)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-04].iso / -screenplay- / shareware / hammytown / 18.room < prev    next >
Text File  |  1999-02-08  |  1KB  |  60 lines

  1. /*
  2. /* Room script for GRAAL
  3. /*
  4.  
  5. /* UPDATE: scroll_frames[;normal_frames]
  6. /*
  7. UPDATE: 6;1
  8.  
  9. /* SECTION: section_no
  10. /*
  11. SECTION: 1
  12.  
  13. /* BG_IFF: file
  14. /*
  15. BG_IFF: 18BG.iff
  16.  
  17. /* START_POS: startpos_no;image;x;y;L|M|R;floor_no
  18. /*
  19. START_POS: 1;11;162;64;M;1
  20. START_POS: 2;14;7;61;L;1
  21. START_POS: 3;11;309;70;R;1
  22.  
  23. /* FLOOR: floor_no;x1;y1;x2;y2;floormaps
  24. /*
  25. FLOOR: 1;0;39;319;68;1-1
  26.  
  27. /* PATH: path_no;floor1;floor2;px1;py1;px2;py2;{more_points} (This statement is optional)
  28.  
  29. /* EXIT: exit_no;x1;y1;x2;y2;x;y;description (This statement is optional)
  30.  
  31. EXIT: 1;125;55;168;99;153;74;Mainland
  32. EXIT: 2;0;22;31;94;6;51;Path
  33. EXIT: 3;242;14;319;83;293;47;Path
  34.  
  35. /* CLPART: file (This statement is optional)
  36.  
  37. /* ROOMBOBS: number;start_bob;x1;y1;w;h;x-offset;hotspot (This statement is optional)
  38.  
  39. /* STATIC: bob;image;x;y (This statement is optional)
  40.  
  41. /* ANIM: bob;image;anim_ch;anim;x;y (This statement is optional)
  42.  
  43. /* ROOMOBJ: obj;name;room;VIS|NVIS;bob;image;x;y;cx;cy;cimage;prep;PICK|NPICK;anim_ch;verb;icon;LOW|MID|HIGH;types;w1;w2;w3 (This statement is optional)
  44.  
  45. /* DACT: {cond|comm}
  46. /*
  47. DACT: LIGHTS ON
  48.  
  49. /* LINE: dlg;line_no;sentence1;sentence2| ;{cond} (This statement is optional)
  50.  
  51. /* LACT: dlg;line_no;{cond|comm} (This statement is optional)
  52.  
  53. /* ACTION: verb_no;{cond|comm} (This statement is optional)
  54.  
  55. ACTION: 0;IFOBJ 1;MEXIT;GOTO 5,2
  56. ACTION: 0;IFOBJ 2;MEXIT;GOTO 19,1
  57. ACTION: 0;IFOBJ 3;MEXIT;GOTO 21,2
  58.  
  59. /* Comment!
  60.